3D Graphics Programming with QuickDraw 3D 1.5.4
Previous | QD3D Book | Overview | Chapter Contents | Next |
A bounding box is a rectangular box, aligned with the coordinate axes, that completely encloses an object. A bounding box is defined by the TQ3BoundingBox data type.
typedef struct TQ3BoundingBox {
TQ3Point3D min;
TQ3Point3D max;
TQ3Boolean isEmpty;
} TQ3BoundingBox;
Previous | QD3D Book | Overview | Chapter Contents | Next |